Produced by Araxis Merge on 2023-07-12 04:42:38 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.5/Theme Files/Porto Theme/app/code/Mageplaza/Search/etc | config.xml | 2022-06-10 10:42:23 +0000 |
| 2 | Porto v4.0.6/Theme Files/Porto Theme/app/code/Mageplaza/Search/etc | config.xml | 2022-06-10 10:42:59 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 186 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?xml | 1 | <?xml | |||
| 2 | version="1.0" | 2 | version="1.0" | |||
| 3 | ?> | 3 | ?> | |||
| 4 | <!-- | 4 | <!-- | |||
| 5 | /** | 5 | /** | |||
| 6 | * Mageplaza | 6 | * Mageplaza | |||
| 7 | * | 7 | * | |||
| 8 | * NOTICE OF LICENSE | 8 | * NOTICE OF LICENSE | |||
| 9 | * | 9 | * | |||
| 10 | * This source file is subject to the Mageplaza.com license that is | 10 | * This source file is subject to the Mageplaza.com license that is | |||
| 11 | * available through the world-wide-web at this URL: | 11 | * available through the world-wide-web at this URL: | |||
| 12 | * https://www.mageplaza.com/LICENSE.txt | 12 | * https://www.mageplaza.com/LICENSE.txt | |||
| 13 | * | 13 | * | |||
| 14 | * DISCLAIMER | 14 | * DISCLAIMER | |||
| 15 | * | 15 | * | |||
| 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||
| 17 | * version in the future. | 17 | * version in the future. | |||
| 18 | * | 18 | * | |||
| 19 | * @category Mageplaza | 19 | * @category Mageplaza | |||
| 20 | * @package Mageplaza_Search | 20 | * @package Mageplaza_Search | |||
| 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | |||
| 22 | * @license https://www.mageplaza.com/LICENSE.txt | 22 | * @license https://www.mageplaza.com/LICENSE.txt | |||
| 23 | */ | 23 | */ | |||
| 24 | --> | 24 | --> | |||
| 25 | <config | 25 | <config | |||
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
| 27 | xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd" | 27 | xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd" | |||
| 28 | > | 28 | > | |||
| 29 | 29 | |||||
| 30 | <default> | 30 | <default> | |||
| 31 | 31 | |||||
| 32 | <mpsearch> | 32 | <mpsearch> | |||
| 33 | 33 | |||||
| 34 | <module> | 34 | <module> | |||
| 35 | 35 | |||||
| 36 | <change_log> | 36 | <change_log> | |||
| 37 | ajax-search | 37 | ajax-search | |||
| 38 | </change_log> | 38 | </change_log> | |||
| 39 | 39 | |||||
| 40 | </module> | 40 | </module> | |||
| 41 | 41 | |||||
| 42 | <general> | 42 | <general> | |||
| 43 | 43 | |||||
| 44 | <enabled> | 44 | <enabled> | |||
| 45 | 0 | 45 | 0 | |||
| 46 | </enabled> | 46 | </enabled> | |||
| 47 | 47 | |||||
| 48 | <max_query_results> | 48 | <max_query_results> | |||
| 49 | 10 | 49 | 10 | |||
| 50 | </max_query_results> | 50 | </max_query_results> | |||
| 51 | 51 | |||||
| 52 | <max_letter_numbers> | 52 | <max_letter_numbers> | |||
| 53 | 97 | 53 | 97 | |||
| 54 | </max_letter_numbers> | 54 | </max_letter_numbers> | |||
| 55 | 55 | |||||
| 56 | <display> | 56 | <display> | |||
| 57 | price,image,description | 57 | price,image,description | |||
| 58 | </display> | 58 | </display> | |||
| 59 | 59 | |||||
| 60 | <reindex_search> | 60 | <reindex_search> | |||
| 61 | manual | 61 | manual | |||
| 62 | </reindex_search> | 62 | </reindex_search> | |||
| 63 | 63 | |||||
| 64 | <category> | 64 | <category> | |||
| 65 | 65 | |||||
| 66 | <enable> | 66 | <enable> | |||
| 67 | 1 | 67 | 1 | |||
| 68 | </enable> | 68 | </enable> | |||
| 69 | 69 | |||||
| 70 | <max_depth> | 70 | <max_depth> | |||
| 71 | 2 | 71 | 2 | |||
| 72 | </max_depth> | 72 | </max_depth> | |||
| 73 | 73 | |||||
| 74 | </category> | 74 | </category> | |||
| 75 | 75 | |||||
| 76 | <search_by> | 76 | <search_by> | |||
| 77 | 77 | |||||
| 78 | <enable> | 78 | <enable> | |||
| 79 | 1 | 79 | 1 | |||
| 80 | </enable> | 80 | </enable> | |||
| 81 | 81 | |||||
| 82 | <sort_by> | 82 | <sort_by> | |||
| 83 | new_products | 83 | new_products | |||
| 84 | </sort_by> | 84 | </sort_by> | |||
| 85 | 85 | |||||
| 86 | </search_by> | 86 | </search_by> | |||
| 87 | 87 | |||||
| 88 | </general> | 88 | </general> | |||
| 89 | 89 | |||||
| 90 | </mpsearch> | 90 | </mpsearch> | |||
| 91 | 91 | |||||
| 92 | </default> | 92 | </default> | |||
| 93 | </config> | 93 | </config> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.